From: Jonathan Lebon Date: Thu, 11 Aug 2016 15:46:44 +0000 (-0400) Subject: ostree_bootdir: properly preprend $(prefix) X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~48^2~24 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0728304a8a4669f4b4501236d5daa89543f141ab;p=ostree.git ostree_bootdir: properly preprend $(prefix) Closes: #457 Approved by: cgwalters --- diff --git a/Makefile-decls.am b/Makefile-decls.am index aa93a5f2..df635706 100644 --- a/Makefile-decls.am +++ b/Makefile-decls.am @@ -43,7 +43,7 @@ gir_DATA = typelibdir = $(libdir)/girepository-1.0 typelib_DATA = gsettings_SCHEMAS = -ostree_bootdir = $(prefix)/usr/lib/ostree +ostree_bootdir = $(prefix)/lib/ostree ostree_boot_PROGRAMS = # This is a special facility to chain together hooks easily